CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - lex 词法分析器

搜索资源列表

  1. Lex_Yacc_Parser

    2下载:
  2. 语法分析器lex和词法分析器yacc的C++语言实现 1.Lex (1)Lex输入文件的解析 (2)正规表达式的解析 (3)一个正规表达式到NFA的转换算法实现 (4)多个NFA的合并 (5)NFA的确定化和最小化算法实现 (6)返回状态与返回内容的对应 2.Yacc (1)Yacc输入文件的解析 (2)上下文无关文法到对应LR(1)文法的下推自动机的构造 (3)LR(1)文法的下推自动机到相应分析表的构造 (4)LR(1)总控程序的构造(查表程
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:41490
    • 提供者:尤冉
  1. LEX

    0下载:
  2. 简单的词法分析器,是作为课程设计来做的,识别单词-Simple lexical analyzer is a program designed to do, and recognize words
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2142503
    • 提供者:孙岩
  1. LEX

    0下载:
  2. 词法分析时,常常会用到超前搜索方法。如当前待分析字符串为“a +”,当前字符为’ ’,此时,分析器倒底是将其分析为大于关系运算符还是大于等于关 系运算符呢?显然,只有知道下一个字符是什么才能下结论。于是分析器读入下一个字符’+’,这时可知应将’ ’解释为大于运算符。但此时,超前读了一个字符’+’,所以要回退一个字符,词法分析器才能正常运行。在分析标识符,无符号整数等时也有类似情况。-Lexical analysis, often use advanced search method. If th
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-05-06
    • 文件大小:1123786
    • 提供者:元宝
  1. lex

    0下载:
  2. 一个简单的词法分析器源码,适合于编译原理初学者。-A simple lexical analyzer source, suitable for beginners compiler theory.
  3. 所属分类:其他小程序

    • 发布日期:2017-04-08
    • 文件大小:36595
    • 提供者:苏小小
  1. C-scanner-based-lex

    0下载:
  2. 这是一个基于lex的C-语言的词法分析器。- a scanner .
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:157068
    • 提供者:张秋
  1. Lex

    0下载:
  2. 编译原理词法分析器:实现正规文法到NFA、NFA到DFA-Compiler theory lexical analyzer: the formal grammar to the NFA, NFA to DFA
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:6879
    • 提供者:孙阳
  1. Lex

    0下载:
  2. 基础于Lex的词法分析器,功能比较完善。-Is based in the Lex lexical analyzer function is perfect.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:2670
    • 提供者:Qxin
  1. lex

    0下载:
  2. c++词法分析器 可以对输入的字符流进行判断,并判断其是关键字,标示符,数字等-failed to translate
  3. 所属分类:Compiler program

    • 发布日期:2017-11-30
    • 文件大小:1678
    • 提供者:楼哥
  1. lex

    0下载:
  2. MFC上的词法分析器 简单易用,适合新手才学编译原理的孩子使用-MFC on the lexical analyzer
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:4251529
    • 提供者:王勇
  1. mySeuLex.tar

    0下载:
  2. 东南大学计算机科学与工程学院、软件学院编译原理课程设计,lex词法分析器,采用JAVA语言编写。-Southeast University, Computer Science and Engineering, School of Software compiler theory curriculum design, lex lexical analyzer, using JAVA language.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:34816
    • 提供者:qiaoluoer
  1. lex-and-syntax-

    0下载:
  2. 用C语言编写的一个特定文法的词法分析器,内有文法描述PPT和实验指导书,电子科技大学的编译原理实验哦-Using C language of a particular grammar lexical analyzer, there grammar descr iption PPT and guide books, the University of Electronic Science and Technology Compiler Principle Experiment oh
  3. 所属分类:Shell api

    • 发布日期:2017-11-12
    • 文件大小:2514474
    • 提供者:许鑫鹏
  1. lex

    0下载:
  2. 用c++编写的词法分析器,可以识别20个保留字,常数,运算符以及标识符。-Written by c++ lexical analyzer can identify 20 reserved words, constants, operators, and identifiers.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1221
    • 提供者:cc
  1. lex

    0下载:
  2. 自动生成编译过程的词法分析器,可以作为编译原理课程设计的参考程序。-Lexical analyzer compiler automatically generates the process can be used as a reference compiler theory curriculum design process.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:81336
    • 提供者:afrest
  1. lex

    0下载:
  2. 词法分析器又称扫描器。词法分析是指将我们编写的文本代码流解析为一个一个的记号,分析得到的记号以供后续语法分析使用。词法分析器的工作是低级别的分析:将字符或者字符序列转化成记号。-Lexical analyzer, also known as scanners. Lexical analysis refers to the text of the code we write flow analysis for a token one, analyze the resulting syntax no
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:256304
    • 提供者:周慕白
  1. lex

    0下载:
  2. 输入正则表达式输出词法分析器。一个简单的软件。-lexical analyse
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4068
    • 提供者:汤豪
  1. lex

    0下载:
  2. 编译原理,词法分析器的实现,使用的语言是C语言,在LINux环境下运行没有问题.- Compiler theory lexical analyzer to achieve, the language used is C language environment in LINux run without problems.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1434
    • 提供者:
  1. lex

    0下载:
  2. 编译器的词法分析器,简单的通过判断语句实现。并按照语法分析器的要求输出结果。-The implemention of lex, which realized with judgement simply.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:8489
    • 提供者:Lee
  1. pro3

    0下载:
  2. C++版本的LEX词法分析器,只采用LEX,没有YACC。直接运行输入C语言程序,控制台输出词法分析的结果。-C++ version of the LEX lexical analyzer, only the use of LEX, there is no YACC, the direct operation of the input C language program, the results of the console output lexical analysis.
  3. 所属分类:MiddleWare

    • 发布日期:2017-05-04
    • 文件大小:9672
    • 提供者:刘钰涵
  1. lex

    0下载:
  2. 模仿lex根据规则自动生成词法分析器c源码,应用环境linux,g-Imitate lex lexical analyzer c source code is automatically generated according to the rules, the application environment linux, g++
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:303787
    • 提供者:杨晋
  1. 19215123胡玲

    0下载:
  2. pl0语言的词法分析器 lex 自动构造工具(pl0 lex c c++ yyac bainyiyuanli)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:167936
    • 提供者:胡小力
« 1 2 34 5 »
搜珍网 www.dssz.com